home *** CD-ROM | disk | FTP | other *** search
/ Mac Easy 2010 May / Mac Life Ubuntu.iso / casper / filesystem.squashfs / usr / share / abiword-2.6 / glade / ap_UnixDialog_MetaData.glade < prev    next >
Encoding:
Extensible Markup Language  |  2009-02-18  |  29.2 KB  |  790 lines

  1. <?xml version="1.0" standalone="no"?> <!--*- mode: xml -*-->
  2. <!DOCTYPE glade-interface SYSTEM "http://glade.gnome.org/glade-2.0.dtd">
  3.  
  4. <glade-interface>
  5. <requires lib="gnome"/>
  6.  
  7. <widget class="GtkDialog" id="ap_UnixDialog_MetaData">
  8.   <property name="border_width">5</property>
  9.   <property name="title" translatable="yes">Document Properties</property>
  10.   <property name="type">GTK_WINDOW_TOPLEVEL</property>
  11.   <property name="window_position">GTK_WIN_POS_CENTER</property>
  12.   <property name="modal">True</property>
  13.   <property name="resizable">True</property>
  14.   <property name="destroy_with_parent">False</property>
  15.   <property name="has_separator">False</property>
  16.  
  17.   <child internal-child="vbox">
  18.     <widget class="GtkVBox" id="vbxDialog">
  19.       <property name="visible">True</property>
  20.       <property name="homogeneous">False</property>
  21.       <property name="spacing">2</property>
  22.  
  23.       <child internal-child="action_area">
  24.     <widget class="GtkHButtonBox" id="aaDialog">
  25.       <property name="visible">True</property>
  26.       <property name="layout_style">GTK_BUTTONBOX_END</property>
  27.  
  28.       <child>
  29.         <widget class="GtkButton" id="btCancel">
  30.           <property name="visible">True</property>
  31.           <property name="can_default">True</property>
  32.           <property name="can_focus">True</property>
  33.           <property name="label">gtk-cancel</property>
  34.           <property name="use_stock">True</property>
  35.           <property name="relief">GTK_RELIEF_NORMAL</property>
  36.           <property name="response_id">-6</property>
  37.         </widget>
  38.       </child>
  39.  
  40.       <child>
  41.         <widget class="GtkButton" id="btOK">
  42.           <property name="visible">True</property>
  43.           <property name="can_default">True</property>
  44.           <property name="has_default">True</property>
  45.           <property name="can_focus">True</property>
  46.           <property name="label">gtk-ok</property>
  47.           <property name="use_stock">True</property>
  48.           <property name="relief">GTK_RELIEF_NORMAL</property>
  49.           <property name="response_id">-5</property>
  50.         </widget>
  51.       </child>
  52.     </widget>
  53.     <packing>
  54.       <property name="padding">0</property>
  55.       <property name="expand">False</property>
  56.       <property name="fill">True</property>
  57.       <property name="pack_type">GTK_PACK_END</property>
  58.     </packing>
  59.       </child>
  60.  
  61.       <child>
  62.     <widget class="GtkNotebook" id="nbProperties">
  63.       <property name="border_width">5</property>
  64.       <property name="visible">True</property>
  65.       <property name="can_focus">True</property>
  66.       <property name="show_tabs">True</property>
  67.       <property name="show_border">True</property>
  68.       <property name="tab_pos">GTK_POS_TOP</property>
  69.       <property name="scrollable">False</property>
  70.       <property name="enable_popup">False</property>
  71.  
  72.       <child>
  73.         <widget class="GtkTable" id="tblGeneral">
  74.           <property name="border_width">12</property>
  75.           <property name="visible">True</property>
  76.           <property name="n_rows">5</property>
  77.           <property name="n_columns">2</property>
  78.           <property name="homogeneous">False</property>
  79.           <property name="row_spacing">6</property>
  80.           <property name="column_spacing">12</property>
  81.  
  82.           <child>
  83.         <widget class="GtkLabel" id="lbTitle">
  84.           <property name="visible">True</property>
  85.           <property name="label" translatable="yes">Title:</property>
  86.           <property name="use_underline">False</property>
  87.           <property name="use_markup">False</property>
  88.           <property name="justify">GTK_JUSTIFY_LEFT</property>
  89.           <property name="wrap">False</property>
  90.           <property name="selectable">False</property>
  91.           <property name="xalign">0</property>
  92.           <property name="yalign">0.5</property>
  93.           <property name="xpad">0</property>
  94.           <property name="ypad">0</property>
  95.         </widget>
  96.         <packing>
  97.           <property name="left_attach">0</property>
  98.           <property name="right_attach">1</property>
  99.           <property name="top_attach">0</property>
  100.           <property name="bottom_attach">1</property>
  101.           <property name="x_options">fill</property>
  102.           <property name="y_options"></property>
  103.         </packing>
  104.           </child>
  105.  
  106.           <child>
  107.         <widget class="GtkLabel" id="lbSubject">
  108.           <property name="visible">True</property>
  109.           <property name="label" translatable="yes">Subject:</property>
  110.           <property name="use_underline">False</property>
  111.           <property name="use_markup">False</property>
  112.           <property name="justify">GTK_JUSTIFY_LEFT</property>
  113.           <property name="wrap">False</property>
  114.           <property name="selectable">False</property>
  115.           <property name="xalign">0</property>
  116.           <property name="yalign">0.5</property>
  117.           <property name="xpad">0</property>
  118.           <property name="ypad">0</property>
  119.         </widget>
  120.         <packing>
  121.           <property name="left_attach">0</property>
  122.           <property name="right_attach">1</property>
  123.           <property name="top_attach">1</property>
  124.           <property name="bottom_attach">2</property>
  125.           <property name="x_options">fill</property>
  126.           <property name="y_options"></property>
  127.         </packing>
  128.           </child>
  129.  
  130.           <child>
  131.         <widget class="GtkEntry" id="enTitle">
  132.           <property name="visible">True</property>
  133.           <property name="can_focus">True</property>
  134.           <property name="has_focus">True</property>
  135.           <property name="editable">True</property>
  136.           <property name="visibility">True</property>
  137.           <property name="max_length">0</property>
  138.           <property name="text" translatable="yes"></property>
  139.           <property name="has_frame">True</property>
  140.           <property name="invisible_char" translatable="yes">*</property>
  141.           <property name="activates_default">False</property>
  142.         </widget>
  143.         <packing>
  144.           <property name="left_attach">1</property>
  145.           <property name="right_attach">2</property>
  146.           <property name="top_attach">0</property>
  147.           <property name="bottom_attach">1</property>
  148.           <property name="y_options"></property>
  149.         </packing>
  150.           </child>
  151.  
  152.           <child>
  153.         <widget class="GtkEntry" id="enSubject">
  154.           <property name="visible">True</property>
  155.           <property name="can_focus">True</property>
  156.           <property name="editable">True</property>
  157.           <property name="visibility">True</property>
  158.           <property name="max_length">0</property>
  159.           <property name="text" translatable="yes"></property>
  160.           <property name="has_frame">True</property>
  161.           <property name="invisible_char" translatable="yes">*</property>
  162.           <property name="activates_default">False</property>
  163.         </widget>
  164.         <packing>
  165.           <property name="left_attach">1</property>
  166.           <property name="right_attach">2</property>
  167.           <property name="top_attach">1</property>
  168.           <property name="bottom_attach">2</property>
  169.           <property name="y_options"></property>
  170.         </packing>
  171.           </child>
  172.  
  173.           <child>
  174.         <widget class="GtkLabel" id="lbAuthor">
  175.           <property name="visible">True</property>
  176.           <property name="label" translatable="yes">Author:</property>
  177.           <property name="use_underline">False</property>
  178.           <property name="use_markup">False</property>
  179.           <property name="justify">GTK_JUSTIFY_LEFT</property>
  180.           <property name="wrap">False</property>
  181.           <property name="selectable">False</property>
  182.           <property name="xalign">0</property>
  183.           <property name="yalign">0.5</property>
  184.           <property name="xpad">0</property>
  185.           <property name="ypad">0</property>
  186.         </widget>
  187.         <packing>
  188.           <property name="left_attach">0</property>
  189.           <property name="right_attach">1</property>
  190.           <property name="top_attach">2</property>
  191.           <property name="bottom_attach">3</property>
  192.           <property name="x_options">fill</property>
  193.           <property name="y_options"></property>
  194.         </packing>
  195.           </child>
  196.  
  197.           <child>
  198.         <widget class="GtkLabel" id="lbPublisher">
  199.           <property name="visible">True</property>
  200.           <property name="label" translatable="yes">Publisher:</property>
  201.           <property name="use_underline">False</property>
  202.           <property name="use_markup">False</property>
  203.           <property name="justify">GTK_JUSTIFY_LEFT</property>
  204.           <property name="wrap">False</property>
  205.           <property name="selectable">False</property>
  206.           <property name="xalign">0</property>
  207.           <property name="yalign">0.5</property>
  208.           <property name="xpad">0</property>
  209.           <property name="ypad">0</property>
  210.         </widget>
  211.         <packing>
  212.           <property name="left_attach">0</property>
  213.           <property name="right_attach">1</property>
  214.           <property name="top_attach">3</property>
  215.           <property name="bottom_attach">4</property>
  216.           <property name="x_options">fill</property>
  217.           <property name="y_options"></property>
  218.         </packing>
  219.           </child>
  220.  
  221.           <child>
  222.         <widget class="GtkLabel" id="lbContributors">
  223.           <property name="visible">True</property>
  224.           <property name="label" translatable="yes">Contributor(s):</property>
  225.           <property name="use_underline">False</property>
  226.           <property name="use_markup">False</property>
  227.           <property name="justify">GTK_JUSTIFY_LEFT</property>
  228.           <property name="wrap">False</property>
  229.           <property name="selectable">False</property>
  230.           <property name="xalign">0</property>
  231.           <property name="yalign">0.5</property>
  232.           <property name="xpad">0</property>
  233.           <property name="ypad">0</property>
  234.         </widget>
  235.         <packing>
  236.           <property name="left_attach">0</property>
  237.           <property name="right_attach">1</property>
  238.           <property name="top_attach">4</property>
  239.           <property name="bottom_attach">5</property>
  240.           <property name="x_options">fill</property>
  241.           <property name="y_options"></property>
  242.         </packing>
  243.           </child>
  244.  
  245.           <child>
  246.         <widget class="GtkEntry" id="enAuthor">
  247.           <property name="visible">True</property>
  248.           <property name="can_focus">True</property>
  249.           <property name="editable">True</property>
  250.           <property name="visibility">True</property>
  251.           <property name="max_length">0</property>
  252.           <property name="text" translatable="yes"></property>
  253.           <property name="has_frame">True</property>
  254.           <property name="invisible_char" translatable="yes">*</property>
  255.           <property name="activates_default">False</property>
  256.         </widget>
  257.         <packing>
  258.           <property name="left_attach">1</property>
  259.           <property name="right_attach">2</property>
  260.           <property name="top_attach">2</property>
  261.           <property name="bottom_attach">3</property>
  262.           <property name="y_options"></property>
  263.         </packing>
  264.           </child>
  265.  
  266.           <child>
  267.         <widget class="GtkEntry" id="enPublisher">
  268.           <property name="visible">True</property>
  269.           <property name="can_focus">True</property>
  270.           <property name="editable">True</property>
  271.           <property name="visibility">True</property>
  272.           <property name="max_length">0</property>
  273.           <property name="text" translatable="yes"></property>
  274.           <property name="has_frame">True</property>
  275.           <property name="invisible_char" translatable="yes">*</property>
  276.           <property name="activates_default">False</property>
  277.         </widget>
  278.         <packing>
  279.           <property name="left_attach">1</property>
  280.           <property name="right_attach">2</property>
  281.           <property name="top_attach">3</property>
  282.           <property name="bottom_attach">4</property>
  283.           <property name="y_options"></property>
  284.         </packing>
  285.           </child>
  286.  
  287.           <child>
  288.         <widget class="GtkEntry" id="enContributors">
  289.           <property name="visible">True</property>
  290.           <property name="can_focus">True</property>
  291.           <property name="editable">True</property>
  292.           <property name="visibility">True</property>
  293.           <property name="max_length">0</property>
  294.           <property name="text" translatable="yes"></property>
  295.           <property name="has_frame">True</property>
  296.           <property name="invisible_char" translatable="yes">*</property>
  297.           <property name="activates_default">False</property>
  298.         </widget>
  299.         <packing>
  300.           <property name="left_attach">1</property>
  301.           <property name="right_attach">2</property>
  302.           <property name="top_attach">4</property>
  303.           <property name="bottom_attach">5</property>
  304.           <property name="y_options"></property>
  305.         </packing>
  306.           </child>
  307.         </widget>
  308.         <packing>
  309.           <property name="tab_expand">False</property>
  310.           <property name="tab_fill">True</property>
  311.         </packing>
  312.       </child>
  313.  
  314.       <child>
  315.         <widget class="GtkLabel" id="lbGeneral_Tab">
  316.           <property name="visible">True</property>
  317.           <property name="label" translatable="yes">General</property>
  318.           <property name="use_underline">False</property>
  319.           <property name="use_markup">False</property>
  320.           <property name="justify">GTK_JUSTIFY_LEFT</property>
  321.           <property name="wrap">False</property>
  322.           <property name="selectable">False</property>
  323.           <property name="xalign">0.5</property>
  324.           <property name="yalign">0.5</property>
  325.           <property name="xpad">0</property>
  326.           <property name="ypad">0</property>
  327.         </widget>
  328.         <packing>
  329.           <property name="type">tab</property>
  330.         </packing>
  331.       </child>
  332.  
  333.       <child>
  334.         <widget class="GtkTable" id="tblSummary">
  335.           <property name="border_width">12</property>
  336.           <property name="visible">True</property>
  337.           <property name="n_rows">4</property>
  338.           <property name="n_columns">2</property>
  339.           <property name="homogeneous">False</property>
  340.           <property name="row_spacing">6</property>
  341.           <property name="column_spacing">12</property>
  342.  
  343.           <child>
  344.         <widget class="GtkLabel" id="lbCategory">
  345.           <property name="visible">True</property>
  346.           <property name="label" translatable="yes">Category:</property>
  347.           <property name="use_underline">False</property>
  348.           <property name="use_markup">False</property>
  349.           <property name="justify">GTK_JUSTIFY_LEFT</property>
  350.           <property name="wrap">False</property>
  351.           <property name="selectable">False</property>
  352.           <property name="xalign">0</property>
  353.           <property name="yalign">0.5</property>
  354.           <property name="xpad">0</property>
  355.           <property name="ypad">0</property>
  356.         </widget>
  357.         <packing>
  358.           <property name="left_attach">0</property>
  359.           <property name="right_attach">1</property>
  360.           <property name="top_attach">0</property>
  361.           <property name="bottom_attach">1</property>
  362.           <property name="x_options">fill</property>
  363.           <property name="y_options"></property>
  364.         </packing>
  365.           </child>
  366.  
  367.           <child>
  368.         <widget class="GtkLabel" id="lbKeywords">
  369.           <property name="visible">True</property>
  370.           <property name="label" translatable="yes">Keywords:</property>
  371.           <property name="use_underline">False</property>
  372.           <property name="use_markup">False</property>
  373.           <property name="justify">GTK_JUSTIFY_LEFT</property>
  374.           <property name="wrap">False</property>
  375.           <property name="selectable">False</property>
  376.           <property name="xalign">0</property>
  377.           <property name="yalign">0.5</property>
  378.           <property name="xpad">0</property>
  379.           <property name="ypad">0</property>
  380.         </widget>
  381.         <packing>
  382.           <property name="left_attach">0</property>
  383.           <property name="right_attach">1</property>
  384.           <property name="top_attach">1</property>
  385.           <property name="bottom_attach">2</property>
  386.           <property name="x_options">fill</property>
  387.           <property name="y_options"></property>
  388.         </packing>
  389.           </child>
  390.  
  391.           <child>
  392.         <widget class="GtkEntry" id="enCategory">
  393.           <property name="visible">True</property>
  394.           <property name="can_focus">True</property>
  395.           <property name="editable">True</property>
  396.           <property name="visibility">True</property>
  397.           <property name="max_length">0</property>
  398.           <property name="text" translatable="yes"></property>
  399.           <property name="has_frame">True</property>
  400.           <property name="invisible_char" translatable="yes">*</property>
  401.           <property name="activates_default">False</property>
  402.         </widget>
  403.         <packing>
  404.           <property name="left_attach">1</property>
  405.           <property name="right_attach">2</property>
  406.           <property name="top_attach">0</property>
  407.           <property name="bottom_attach">1</property>
  408.           <property name="y_options"></property>
  409.         </packing>
  410.           </child>
  411.  
  412.           <child>
  413.         <widget class="GtkEntry" id="enKeywords">
  414.           <property name="visible">True</property>
  415.           <property name="can_focus">True</property>
  416.           <property name="editable">True</property>
  417.           <property name="visibility">True</property>
  418.           <property name="max_length">0</property>
  419.           <property name="text" translatable="yes"></property>
  420.           <property name="has_frame">True</property>
  421.           <property name="invisible_char" translatable="yes">*</property>
  422.           <property name="activates_default">False</property>
  423.         </widget>
  424.         <packing>
  425.           <property name="left_attach">1</property>
  426.           <property name="right_attach">2</property>
  427.           <property name="top_attach">1</property>
  428.           <property name="bottom_attach">2</property>
  429.           <property name="y_options"></property>
  430.         </packing>
  431.           </child>
  432.  
  433.           <child>
  434.         <widget class="GtkLabel" id="lbLanguages">
  435.           <property name="visible">True</property>
  436.           <property name="label" translatable="yes">Language(s):</property>
  437.           <property name="use_underline">False</property>
  438.           <property name="use_markup">False</property>
  439.           <property name="justify">GTK_JUSTIFY_LEFT</property>
  440.           <property name="wrap">False</property>
  441.           <property name="selectable">False</property>
  442.           <property name="xalign">0</property>
  443.           <property name="yalign">0.5</property>
  444.           <property name="xpad">0</property>
  445.           <property name="ypad">0</property>
  446.         </widget>
  447.         <packing>
  448.           <property name="left_attach">0</property>
  449.           <property name="right_attach">1</property>
  450.           <property name="top_attach">2</property>
  451.           <property name="bottom_attach">3</property>
  452.           <property name="x_options">fill</property>
  453.           <property name="y_options"></property>
  454.         </packing>
  455.           </child>
  456.  
  457.           <child>
  458.         <widget class="GtkEntry" id="enLanguages">
  459.           <property name="visible">True</property>
  460.           <property name="can_focus">True</property>
  461.           <property name="editable">True</property>
  462.           <property name="visibility">True</property>
  463.           <property name="max_length">0</property>
  464.           <property name="text" translatable="yes"></property>
  465.           <property name="has_frame">True</property>
  466.           <property name="invisible_char" translatable="yes">*</property>
  467.           <property name="activates_default">False</property>
  468.         </widget>
  469.         <packing>
  470.           <property name="left_attach">1</property>
  471.           <property name="right_attach">2</property>
  472.           <property name="top_attach">2</property>
  473.           <property name="bottom_attach">3</property>
  474.           <property name="y_options"></property>
  475.         </packing>
  476.           </child>
  477.  
  478.           <child>
  479.         <widget class="GtkScrolledWindow" id="swDescription">
  480.           <property name="visible">True</property>
  481.           <property name="can_focus">True</property>
  482.           <property name="hscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
  483.           <property name="vscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
  484.           <property name="shadow_type">GTK_SHADOW_IN</property>
  485.           <property name="window_placement">GTK_CORNER_TOP_LEFT</property>
  486.  
  487.           <child>
  488.             <widget class="GtkTextView" id="tvDescription">
  489.               <property name="visible">True</property>
  490.               <property name="can_focus">True</property>
  491.               <property name="editable">True</property>
  492.               <property name="justification">GTK_JUSTIFY_LEFT</property>
  493.               <property name="wrap_mode">GTK_WRAP_WORD</property>
  494.               <property name="cursor_visible">True</property>
  495.               <property name="pixels_above_lines">0</property>
  496.               <property name="pixels_below_lines">0</property>
  497.               <property name="pixels_inside_wrap">0</property>
  498.               <property name="left_margin">0</property>
  499.               <property name="right_margin">0</property>
  500.               <property name="indent">0</property>
  501.               <property name="text" translatable="yes"></property>
  502.             </widget>
  503.           </child>
  504.         </widget>
  505.         <packing>
  506.           <property name="left_attach">1</property>
  507.           <property name="right_attach">2</property>
  508.           <property name="top_attach">3</property>
  509.           <property name="bottom_attach">4</property>
  510.           <property name="x_options">fill</property>
  511.           <property name="y_options">fill</property>
  512.         </packing>
  513.           </child>
  514.  
  515.           <child>
  516.         <widget class="GtkLabel" id="lbDescription">
  517.           <property name="visible">True</property>
  518.           <property name="label" translatable="yes">Description:</property>
  519.           <property name="use_underline">False</property>
  520.           <property name="use_markup">False</property>
  521.           <property name="justify">GTK_JUSTIFY_LEFT</property>
  522.           <property name="wrap">False</property>
  523.           <property name="selectable">False</property>
  524.           <property name="xalign">0</property>
  525.           <property name="yalign">0</property>
  526.           <property name="xpad">0</property>
  527.           <property name="ypad">0</property>
  528.         </widget>
  529.         <packing>
  530.           <property name="left_attach">0</property>
  531.           <property name="right_attach">1</property>
  532.           <property name="top_attach">3</property>
  533.           <property name="bottom_attach">4</property>
  534.           <property name="x_options">shrink|fill</property>
  535.           <property name="y_options">shrink|fill</property>
  536.         </packing>
  537.           </child>
  538.         </widget>
  539.         <packing>
  540.           <property name="tab_expand">False</property>
  541.           <property name="tab_fill">True</property>
  542.         </packing>
  543.       </child>
  544.  
  545.       <child>
  546.         <widget class="GtkLabel" id="lbSummary_Tab">
  547.           <property name="visible">True</property>
  548.           <property name="label" translatable="yes">Summary</property>
  549.           <property name="use_underline">False</property>
  550.           <property name="use_markup">False</property>
  551.           <property name="justify">GTK_JUSTIFY_LEFT</property>
  552.           <property name="wrap">False</property>
  553.           <property name="selectable">False</property>
  554.           <property name="xalign">0.5</property>
  555.           <property name="yalign">0.5</property>
  556.           <property name="xpad">0</property>
  557.           <property name="ypad">0</property>
  558.         </widget>
  559.         <packing>
  560.           <property name="type">tab</property>
  561.         </packing>
  562.       </child>
  563.  
  564.       <child>
  565.         <widget class="GtkTable" id="tblPermissions">
  566.           <property name="border_width">12</property>
  567.           <property name="visible">True</property>
  568.           <property name="n_rows">4</property>
  569.           <property name="n_columns">2</property>
  570.           <property name="homogeneous">False</property>
  571.           <property name="row_spacing">6</property>
  572.           <property name="column_spacing">12</property>
  573.  
  574.           <child>
  575.         <widget class="GtkLabel" id="lbSource">
  576.           <property name="visible">True</property>
  577.           <property name="label" translatable="yes">Source:</property>
  578.           <property name="use_underline">False</property>
  579.           <property name="use_markup">False</property>
  580.           <property name="justify">GTK_JUSTIFY_LEFT</property>
  581.           <property name="wrap">False</property>
  582.           <property name="selectable">False</property>
  583.           <property name="xalign">0</property>
  584.           <property name="yalign">0.5</property>
  585.           <property name="xpad">0</property>
  586.           <property name="ypad">0</property>
  587.         </widget>
  588.         <packing>
  589.           <property name="left_attach">0</property>
  590.           <property name="right_attach">1</property>
  591.           <property name="top_attach">0</property>
  592.           <property name="bottom_attach">1</property>
  593.           <property name="x_options">fill</property>
  594.           <property name="y_options"></property>
  595.         </packing>
  596.           </child>
  597.  
  598.           <child>
  599.         <widget class="GtkLabel" id="lbRelation">
  600.           <property name="visible">True</property>
  601.           <property name="label" translatable="yes">Relation:</property>
  602.           <property name="use_underline">False</property>
  603.           <property name="use_markup">False</property>
  604.           <property name="justify">GTK_JUSTIFY_LEFT</property>
  605.           <property name="wrap">False</property>
  606.           <property name="selectable">False</property>
  607.           <property name="xalign">0</property>
  608.           <property name="yalign">0.5</property>
  609.           <property name="xpad">0</property>
  610.           <property name="ypad">0</property>
  611.         </widget>
  612.         <packing>
  613.           <property name="left_attach">0</property>
  614.           <property name="right_attach">1</property>
  615.           <property name="top_attach">1</property>
  616.           <property name="bottom_attach">2</property>
  617.           <property name="x_options">fill</property>
  618.           <property name="y_options"></property>
  619.         </packing>
  620.           </child>
  621.  
  622.           <child>
  623.         <widget class="GtkEntry" id="enSource">
  624.           <property name="visible">True</property>
  625.           <property name="can_focus">True</property>
  626.           <property name="editable">True</property>
  627.           <property name="visibility">True</property>
  628.           <property name="max_length">0</property>
  629.           <property name="text" translatable="yes"></property>
  630.           <property name="has_frame">True</property>
  631.           <property name="invisible_char" translatable="yes">*</property>
  632.           <property name="activates_default">False</property>
  633.         </widget>
  634.         <packing>
  635.           <property name="left_attach">1</property>
  636.           <property name="right_attach">2</property>
  637.           <property name="top_attach">0</property>
  638.           <property name="bottom_attach">1</property>
  639.           <property name="y_options"></property>
  640.         </packing>
  641.           </child>
  642.  
  643.           <child>
  644.         <widget class="GtkEntry" id="enRelation">
  645.           <property name="visible">True</property>
  646.           <property name="can_focus">True</property>
  647.           <property name="editable">True</property>
  648.           <property name="visibility">True</property>
  649.           <property name="max_length">0</property>
  650.           <property name="text" translatable="yes"></property>
  651.           <property name="has_frame">True</property>
  652.           <property name="invisible_char" translatable="yes">*</property>
  653.           <property name="activates_default">False</property>
  654.         </widget>
  655.         <packing>
  656.           <property name="left_attach">1</property>
  657.           <property name="right_attach">2</property>
  658.           <property name="top_attach">1</property>
  659.           <property name="bottom_attach">2</property>
  660.           <property name="y_options"></property>
  661.         </packing>
  662.           </child>
  663.  
  664.           <child>
  665.         <widget class="GtkLabel" id="lbCoverage">
  666.           <property name="visible">True</property>
  667.           <property name="label" translatable="yes">Coverage:</property>
  668.           <property name="use_underline">False</property>
  669.           <property name="use_markup">False</property>
  670.           <property name="justify">GTK_JUSTIFY_LEFT</property>
  671.           <property name="wrap">False</property>
  672.           <property name="selectable">False</property>
  673.           <property name="xalign">0</property>
  674.           <property name="yalign">0.5</property>
  675.           <property name="xpad">0</property>
  676.           <property name="ypad">0</property>
  677.         </widget>
  678.         <packing>
  679.           <property name="left_attach">0</property>
  680.           <property name="right_attach">1</property>
  681.           <property name="top_attach">2</property>
  682.           <property name="bottom_attach">3</property>
  683.           <property name="x_options">fill</property>
  684.           <property name="y_options"></property>
  685.         </packing>
  686.           </child>
  687.  
  688.           <child>
  689.         <widget class="GtkLabel" id="lbRights">
  690.           <property name="visible">True</property>
  691.           <property name="label" translatable="yes">Rights:</property>
  692.           <property name="use_underline">False</property>
  693.           <property name="use_markup">False</property>
  694.           <property name="justify">GTK_JUSTIFY_LEFT</property>
  695.           <property name="wrap">False</property>
  696.           <property name="selectable">False</property>
  697.           <property name="xalign">0</property>
  698.           <property name="yalign">0.5</property>
  699.           <property name="xpad">0</property>
  700.           <property name="ypad">0</property>
  701.         </widget>
  702.         <packing>
  703.           <property name="left_attach">0</property>
  704.           <property name="right_attach">1</property>
  705.           <property name="top_attach">3</property>
  706.           <property name="bottom_attach">4</property>
  707.           <property name="x_options">fill</property>
  708.           <property name="y_options"></property>
  709.         </packing>
  710.           </child>
  711.  
  712.           <child>
  713.         <widget class="GtkEntry" id="enCoverage">
  714.           <property name="visible">True</property>
  715.           <property name="can_focus">True</property>
  716.           <property name="editable">True</property>
  717.           <property name="visibility">True</property>
  718.           <property name="max_length">0</property>
  719.           <property name="text" translatable="yes"></property>
  720.           <property name="has_frame">True</property>
  721.           <property name="invisible_char" translatable="yes">*</property>
  722.           <property name="activates_default">False</property>
  723.         </widget>
  724.         <packing>
  725.           <property name="left_attach">1</property>
  726.           <property name="right_attach">2</property>
  727.           <property name="top_attach">2</property>
  728.           <property name="bottom_attach">3</property>
  729.           <property name="y_options"></property>
  730.         </packing>
  731.           </child>
  732.  
  733.           <child>
  734.         <widget class="GtkEntry" id="enRights">
  735.           <property name="visible">True</property>
  736.           <property name="can_focus">True</property>
  737.           <property name="editable">True</property>
  738.           <property name="visibility">True</property>
  739.           <property name="max_length">0</property>
  740.           <property name="text" translatable="yes"></property>
  741.           <property name="has_frame">True</property>
  742.           <property name="invisible_char" translatable="yes">*</property>
  743.           <property name="activates_default">False</property>
  744.         </widget>
  745.         <packing>
  746.           <property name="left_attach">1</property>
  747.           <property name="right_attach">2</property>
  748.           <property name="top_attach">3</property>
  749.           <property name="bottom_attach">4</property>
  750.           <property name="y_options"></property>
  751.         </packing>
  752.           </child>
  753.         </widget>
  754.         <packing>
  755.           <property name="tab_expand">False</property>
  756.           <property name="tab_fill">True</property>
  757.         </packing>
  758.       </child>
  759.  
  760.       <child>
  761.         <widget class="GtkLabel" id="lbPermissions_Tab">
  762.           <property name="visible">True</property>
  763.           <property name="label" translatable="yes">Permissions</property>
  764.           <property name="use_underline">False</property>
  765.           <property name="use_markup">False</property>
  766.           <property name="justify">GTK_JUSTIFY_LEFT</property>
  767.           <property name="wrap">False</property>
  768.           <property name="selectable">False</property>
  769.           <property name="xalign">0.5</property>
  770.           <property name="yalign">0.5</property>
  771.           <property name="xpad">0</property>
  772.           <property name="ypad">0</property>
  773.         </widget>
  774.         <packing>
  775.           <property name="type">tab</property>
  776.         </packing>
  777.       </child>
  778.     </widget>
  779.     <packing>
  780.       <property name="padding">0</property>
  781.       <property name="expand">False</property>
  782.       <property name="fill">False</property>
  783.     </packing>
  784.       </child>
  785.     </widget>
  786.   </child>
  787. </widget>
  788.  
  789. </glade-interface>
  790.